summaryrefslogtreecommitdiff
path: root/app/[lng]/pending/page.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-25 07:51:15 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-25 07:51:15 +0000
commit2650b7c0bb0ea12b68a58c0439f72d61df04b2f1 (patch)
tree17156183fd74b69d78178065388ac61a18ac07b4 /app/[lng]/pending/page.tsx
parentd32acea05915bd6c1ed4b95e56c41ef9204347bc (diff)
(대표님) 정기평가 대상, 미들웨어 수정, nextauth 토큰 처리 개선, GTC 등
(최겸) 기술영업
Diffstat (limited to 'app/[lng]/pending/page.tsx')
-rw-r--r--app/[lng]/pending/page.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/[lng]/pending/page.tsx b/app/[lng]/pending/page.tsx
index 0800e5d2..b3818873 100644
--- a/app/[lng]/pending/page.tsx
+++ b/app/[lng]/pending/page.tsx
@@ -15,6 +15,8 @@ import { getServerSession } from "next-auth/next"
export default async function PendingPage() {
const session = await getServerSession(authOptions)
+ console.log(session)
+
return (
<div className="max-w-4xl mx-auto space-y-8">